From dd4c0db0a72a4b70f0a059ddff8093b2c5314e0d Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Wed, 22 May 2024 16:18:58 +0000 Subject: [PATCH] we-dont-have-the-needed-fonts Gbp-Pq: Name we-dont-have-the-needed-fonts.diff --- sw/qa/core/text/text.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx index 690fc333afb..34d54471790 100644 --- a/sw/qa/core/text/text.cxx +++ b/sw/qa/core/text/text.cxx @@ -9,6 +9,8 @@ #include +#include + #include #include @@ -1515,6 +1517,8 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testParaUpperMarginFlyIntersect) CPPUNIT_ASSERT_EQUAL(521, nHeight); } +/* needs Source Han Serif SC*/ +#if HAVE_MORE_FONTS CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810) { // Load the document. @@ -1552,6 +1556,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810) } } } +#endif CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testScriptinfosurrogatePairs) { -- 2.30.2